From: Juri Linkov Date: Fri, 7 Aug 2009 13:54:35 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1270000. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11207 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9fada67bad608fce58586d2b346ac36e7ba13f23;p=emacs.git (BASE_PURESIZE): Increase to 1270000. --- diff --git a/src/puresize.h b/src/puresize.h index 0ed3e903771..04cbf87a840 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see . */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */